August 2009
Copyright Barak Itkin
Save files in PDF format
Saves files in Adobe's Portable Document Format. PDF is designed to be easily processed by a variety of different platforms, and is a distant cousin of PostScript.
unknown
| Type | Name | Description |
|---|---|---|
| PF_INT | run-mode | Run mode |
| PF_IMAGE | image | Input image |
| PF_DRAWABLE | drawable | Input drawable |
| PF_VALUE | filename | The name of the file to save the image in |
| PF_VALUE | raw-filename | The name of the file to save the image in |
| PF_INT | vectorize | Convert bitmaps to vector graphics where possible. TRUE or FALSE |
| PF_INT | ignore-hidden | Omit hidden layers and layers with zero opacity. TRUE or FALSE |
| PF_INT | apply-masks | Apply layer masks before saving. TRUE or FALSE (Keeping them will not change the output) |
None